home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 26 / q26.d81 / t.dt128 docs 1 < prev    next >
Text File  |  2022-08-28  |  16KB  |  448 lines

  1.  
  2.                       D A V E ' S    T E R M    1 2 8
  3.  
  4.                               by David Jansen
  5.  
  6.  
  7. Clock Functions
  8. ---------------
  9.  
  10. This module automatically loads when DT128 is booted.  This module may also
  11. be entered from the main menu "Clock Utility."
  12.  
  13. Set Time:
  14.  
  15.    Select this to set the real time clock.
  16.  
  17. Display Clock:
  18.  
  19.    Use this to turn the clock display on or off.
  20.  
  21. Display Connect Time:
  22.  
  23.    If "Yes" each time you are online the clock display is an online timer.
  24.    If "No"  real time is displayed continuously.
  25.  
  26. System Date:
  27.  
  28.    This option allows you to set the system date.  Use the CRSR or arrow up
  29. and down keys to adjust each field.  Press RETURN to move on to the next
  30. field.  No verification is done (you could set the date to February 31st,
  31. which is invalid, so make sure you enter a proper date).
  32.  
  33.  
  34. 1541 Module
  35. -----------
  36.  
  37. This module adds fast disk access routines to the program for 1541 users.
  38. This is very useful to speed up almost all disk access throughout the
  39. program.  This module is recommended for use while uploading and
  40. downloading (you'll notice a significant increase in transfer speed).  This
  41. module is in the "Special Disk Functions" submenu.  Once loaded you can
  42. toggle high speed disk access on and off with the second option.  If you
  43. attempt to access any device other than a 1541 the module is bypassed and
  44. standard ROM routines are used.
  45.  
  46.  
  47. Getting Started
  48. ---------------
  49.  
  50.  The first thing you should do is check the settings in both the RS-232
  51. menu and the "Configure RS-232" module.  You should also read the Keyboard
  52. file as it contains important information about your keyboard.
  53.  
  54. 1.  Check the modem initialization string.
  55.  
  56.  Required:
  57.  
  58.  A. Always use response codes.
  59.  B. Always use verbose response codes rather than terse.
  60.  C. Set the carrier wait time to 255 seconds.  This gives full carrier
  61.     control to the program.
  62.  D. The response code set should be the most extended set your modem
  63.     uses.
  64.     For Hayes modems use "X4", for the newer version 1670 use "X2", and
  65.     for the older version 1670 use "X1".
  66.  E. Disable auto-answering.
  67.  F. Set the modem duplex to full.
  68.  
  69.  Optional (preferred):
  70.  
  71.  G. Set the modem's echo to "No".  If you need an echo use the local
  72.     echo in "Terminal Options".
  73.  H. Set the speaker status to whatever you prefer.
  74.  I. Select the character to use for the modem escape sequence.  This
  75.     value MUST match the value in the RS-232 configuration module.
  76.  
  77.     If you decide to change this value follow these steps exactly:
  78.  
  79.      1. Change the modem initialization string to the new character.
  80.      2. Initialize the modem.
  81.      3. Enter the RS-232 configuration module and set the modem
  82.      escape code to the same as in the modem string.
  83.  
  84.     ATE0X2V1M1F1Q0S0=0S2=43S7=255
  85.  
  86.     GGDDBBHHFFAAEEEEIIIIICCCCCC (match with letters above).
  87.  
  88.     You may add additional commands to the string.
  89.  
  90. 2. Enter the "Configure RS-232" menu.
  91.  
  92.   The following settings are recommended:
  93.  
  94.   For the older version 1670:
  95.  
  96.    Modem String - ATE0X1V1M1F1Q0S0=0S2=43S7=255
  97.  
  98.    C128 Recognizes DTR - No (required)
  99.    Recognize SI line - No (required)
  100.    SI Low BPS - 1200 (not used by this modem)
  101.    Modem Type - 1670 (required)
  102.    Escape Code - 043
  103.    Handshaking Mode - 3-line
  104.    Duplex - Full
  105.    Carrier Detect - Inverted (required)
  106.    Default Connect BPS - 1200
  107.    Busy/Voice = No Carrier - No (not used by this modem)
  108.    Maximum BPS - 1200
  109.    Answer BPS - 300
  110.  
  111.   For the newer version 1670:
  112.  
  113.    Modem String - ATE0X2V1M1F1Q0S0=0S2=43S7=255
  114.  
  115.    C128 Recognizes DTR - No (can be either, but if you set this to
  116.           yes make sure the DTR Dip switch is up)
  117.    Recognize SI line - Yes
  118.    SI Low BPS - 1200 (required)
  119.    Modem Type - Hayes
  120.    Escape Code - 043
  121.    Handshaking Mode - 3-line
  122.    Duplex - Full
  123.    Carrier Detect - Inverted (Required)
  124.    Default Connect BPS - 1200
  125.    Busy/Voice = No Carrier - No (not used by this modem)
  126.    Maximum BPS - 1200
  127.    Answer BPS - 300
  128.  
  129.   For the Packard Bell PB2400PLUS:
  130.  
  131.    Modem String - AT&C2&D2E0X4V1M1F1Q0S0=0S2=43S7=255
  132.  
  133.    C128 Recognizes DTR - Yes
  134.    Recognize SI line -  No
  135.    SI Low BPS - 2400
  136.    Modem Type - Hayes
  137.    Escape Code - 043
  138.    Handshaking Mode - 3-line
  139.    Duplex - Full
  140.    Carrier Detect - Normal (depends on your interface - if carrier
  141.      is opposite of what it should be then switch this to inverted)
  142.    Default Connect BPS - 1200 (set to the baud rate most likely
  143.      expected from callers)
  144.    Busy/Voice = No Carrier - Yes
  145.    Maximum BPS - 2400
  146.    Answer BPS - 2400
  147.  
  148. Other modems may vary.  See the RS232 section of "Docs 4" for detailed
  149. explanations of how these settings work.
  150.  
  151. That's it for the modem configuration.
  152.  
  153. At this point you can modify any of the system defaults such as screen
  154. colors, character colors, etc.  You should also set the dialing mode in the
  155. "Phone Directory" menu.
  156.  
  157. To make these changes permanent you must enter the "Display Parameters"
  158. option in the main menu and then select the "Configure System" option.
  159. Select the "Create Configuration File" which will create the file "usr2.0"
  160. on your system disk.  If you wish to return to the standard defaults you
  161. only need to scratch "usr2.0" and re-boot.
  162.  
  163.  
  164. Terminal Mode
  165. -------------
  166.  
  167. This is where you communicate with other computer systems.  DT128 features
  168. seven different terminal emulations: ASCII, VT-52, VT-100, C/G, DataMedia
  169. 1500, ProTerm Special w/music, and Ansi.  One interesting feature of this
  170. program is that you can leave terminal mode and still receive characters
  171. while online.  Terminal printing continues no matter where you are in the
  172. menus with these exceptions: if you do any serial I/O (disk drives,
  173. printers, etc) while receiving characters from the modem (C128's can't do
  174. both simultaneously), while in the ML monitor, or while viewing a high-
  175. resolution picture.  If you need to use any of these functions be sure you
  176. are offline or that the other system has stopped transmitting (most ASCII
  177. systems can be stopped by typing CTRL-S [use the no scroll key while in
  178. terminal mode] and type CTRL-Q to restart).  In terminal mode the keyboard
  179. is an ASCII keyboard (unless you are in C/G mode where the "normal" C128
  180. keyboard is active).
  181.  
  182. Terminal mode uses a 25 row display except for color graphics which is
  183. limited to 24.
  184.  
  185. Many display parameters can be changed while in terminal mode by pressing
  186. the Alt key with a lettered key.
  187.  
  188. Commodore/Alt Key Functions:
  189.  
  190. A - Archive Menu/Insert Mode        N - Character Color/Background Color
  191. B - Backspace Type/Buffer Menu      O - Buffer Open/Reverse Video Screen
  192. C - 40-80 Columns/Term Calculator   P - Toggle Keypad/Phone Directory
  193. D - Download Menu/Disk Functions    Q - Transfer Screen to Capture Buffer
  194. E - Local Echo/Remote Echo          R - Redial Phone Numbers/Rs-232 Menu
  195. F - Flash Attribute/Undefined       S - Buffer to Screen/Display Params
  196. G - Enter Graphic Character/Undef'd T - Terminal Emulation/Terminal Opts
  197. H - Remote Backspace Type/Hangup    U - Upload Menu/Underline Attribute
  198. I - Inverse Attribute/Undefined     V - Exit to Module/View Hi-Res
  199. J - Undefined/Undefined             W - Terminal Word Wrap/Receive a Call
  200. K - Keyboard/Clear Capture Buffer   X - Exit Term Mode/Real-Connect Time
  201. L - Local Linefeeds/Rem. Linefeeds  Y - Undefined/Send DIR to modem
  202. M - Buffer to Modem/Enter Monitor   Z - Undefined/Send Real Time to Modem
  203.  
  204.  
  205. Alt-V: The short Alt-V command is a common exit point from terminal mode.
  206.     It allows you to enter the View Ansi, C/G40, Macro, Scroll Back,
  207.     Term Input, and Scripts modules directly from terminal mode.
  208.  
  209.     In color graphics mode only the Alt key can be used for these
  210. commands.
  211.  
  212.     Some keys have secondary functions.  These functions are the second one
  213. listed (follows the "/") for a lettered command.  The second function is
  214. accessed by holding down the ALT key continuously for 1 second.  This is a
  215. "long" Alt key function.  For example, while in terminal mode press Alt-d,
  216. release both ALT and "d" and you will enter the download menu.  Go back to
  217. terminal mode and press Alt-d, release the "d" but do not release the Alt
  218. key.  After 1 second, you will enter the "Disk Functions" menu.
  219.  
  220.     The "HELP" key is a "BREAK" key.  Press it for less tha